home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineButton2_1006 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-04  |  104 b   |  6 lines

  1. on(release){
  2.    _root.musicVol = 0;
  3.    _root.jukebox.targetVol = _root.musicVol;
  4.    nextFrame();
  5. }
  6.